home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / prg_basi / n_b-v200.zip / HISTORY.DAS < prev    next >
Text File  |  1996-03-11  |  6KB  |  84 lines

  1. This file contains the historical listing for all of DASoft's files.
  2. The version number is contained in the time ie: 01.00 is version 1.0
  3.  
  4.    DATE   TIME   VERSION No   REMARKS
  5. ┌────────┬─────┬───────────────────────────────────────────────────────────┐
  6. │96-03-11│02:00│ version 2.0  1st public release into SHAREWARE            │
  7. │        │     │              MAJOR CHANGE: fGetKey%, fAnyKey%, fEventKey% │
  8. │        │     │              and all related key-press routines now use   │
  9. │        │     │              key values as INTEGERs not STRINGs. There is │
  10. │        │     │              a list of %KeyValue equates ready for use in │
  11. │        │     │              KEYCODES.INC and in the pop-up help screens. │
  12. ╞════════╪═════╪═══════════════════════════════════════════════════════════╡
  13. │96-03-06│01:02│              fixed minor bug in fCenterBOX%               │
  14. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  15. │96-02-08│01:02│ version 1.02 release of BETA test #2                      │
  16. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  17. │96-02-08│01:01│              did spell checking                           │
  18. │        │     │              modified help for shareware package          │
  19. │        │     │              included NB03\DMO & NB03\UNT in shareware pkg│
  20. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  21. │96-01-30│01:01│              BASE-26.UNT added to NB03                    │
  22. │        │     │              converts numbers into base 26 strings        │
  23. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  24. │96-01-28│01:01│              T-ARCSIN.UNT added new function fArcSIN#     │
  25. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  26. │96-01-27│01:01│              CLS_ZIO.UNT corrected error in DECLAREs      │
  27. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  28. │96-01-27│01:01│              MENU-HOT.UNT fixed bug with <SPACE> select   │
  29. │        │     │              not advancing first item on screen counter   │
  30. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  31. │96-01-27│01:01│              TEXTMODE.BAS & GRAPHICS.BAS                  │
  32. │        │     │              fixed 2 bugs in .CountryCode and fLoadDAScol │
  33. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  34. │96-01-27│01:01│              FILEOPEN.DMO fixed $INCLUDE for DAS-NB01.INC │
  35. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  36. │96-01-22│01:01│              TINPUT_D.INC - DAS-NBT2.PBL                  │
  37. │        │     │            * modified date input routine to accept and    │
  38. │        │     │              print the days of the week if they are sent  │
  39. │        │     │              in Mask$                                     │
  40. │        │     │            * the routine now also accepts "*","+" & "-"   │
  41. │        │     │              to reset, advance, & retard the date         │
  42. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  43. │96-01-18│01:01│              EXITKEY.UNT - DAS-NB01.PBL                   │
  44. │        │     │              now correctly checks for single keys that may│
  45. │        │     │              have similar ascii values of extended codes. │
  46. │        │     │              eg:  CHR$(0,45) and CHR$(45) in Exet$        │
  47. │        │     │                                                           │
  48. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  49. │96-01-12│01:01│              Renamed D_WORDS.DMO to DATES.DMO in NB02     │
  50. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  51. │96-01-01│01:01│              STR-MATH.UNT - DAS-NB03.PBL                  │
  52. │        │     │              added these 4 functions to compute string    │
  53. │        │     │              values up to 32k digits long                 │
  54. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  55. │95-12-22│01:01│              USINGI.UNT - DAS-NB02.PBL                    │
  56. │        │     │              added this function which formats QUADs      │
  57. │        │     │                correctly past the 18 characters of USING$ │
  58. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  59. │95-12-05│01:01│              Added fCheckDigit% to DAS-NB01.PBL           │
  60. │        │     │              Changed all incidences of INCR X, 1 and      │
  61. │        │     │                DECR X, 1 to plane INCR X and DECR X as the│
  62. │        │     │                compiler seems to make less code of it(?)  │
  63. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  64. │95-12-02│01:01│              TINPUT_Q.INC fixed minor bug when the routine│
  65. │        │     │              needed to pop the help piece of Mask         │
  66. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  67. │95-12-01│01:01│              modified TINPUT_N.INC to display a negative  │
  68. │        │     │              ZERO ie: "-0" when the negative sign is      │
  69. │        │     │              pressed BEFORE any numbers are input         │
  70. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  71. │95-11-15│01:01│              added DEG2RAD.UNT FUNCTION fDeg2Rad#         │
  72. │        │     │              converts a degree into radians for CIRCLE    │
  73. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  74. │95-11-15│01:01│              added COMP_RAY.UNT SUB RayPoint              │
  75. │        │     │              this does the same as PolygonPoint but allows│
  76. │        │     │              access to the info without the use of a TYPE.│
  77. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  78. │95-10-01│01:01│ version 1.01 no major changes - used more pointers, etc.  │
  79. │        │     │              fixed minor bugs & corrected .HLP files      │
  80. ├────────┼─────┼───────────────────────────────────────────────────────────┤
  81. │95-09-07│01:00│ version 1.00                                              │
  82. └────────┴─────┴───────────────────────────────────────────────────────────┘
  83.  
  84.